Copyright (C) 2016 TOSHIBA CORPORATION, All rights reserved.

Usage: clout.exe [--log] [--force] --bios [--install] [--pkg <package> | --loc <location>] | --cfg | --fwupd [--pkg <package> | --loc <location> | --raw <binaryfile>] | --serase | --smart | --power-loss-test | --set-das-polarity <polarity> | --set-sata-speed  <gen> | --debug-log | --nsformat <LBA format> | --set-power-state <num> | --nscreate <LBA format> | --nsdelete | --nsattach <nsid> | --nsdetach <nsid> [--controller <id>]<device>
Options:
 --help
      Display this help message.
 --bios
      Update the BIOS of the requested devices(s).
 --install
      Specify with --bios to install option rom on a ZD6x00 without one.
 --cfg [--ns <namespace id>]
      Print the configuration of the requested devices(s). For NVMe
      devices, optionally add the namespace ID to obtain information
      on a specific namespace.
 --list
      List the supported devices present in the system.
 --fwupd
      Update firmware of the requested devices(s).
 --power-loss-test
      Run the power loss protection test on the requested devices(s). This
      option is currently only supported on Intrepid drives.
 --set-das-polarity <polarity>
      Set the polarity of the activity signal to <polarity> for the requested
      devices(s). <polarity> may be 'normal' or 'inverted'. This option is
      currently only supported on Intrepid and ZD6x00
      series drives.
 --set-sata-speed <gen>
      Set SATA maximum speed to <gen> for the requested
      devices(s). <gen> may be '1', '2' or '3' (generation). This option is
      currently only supported on Intrepid drives.
 --debug-log
      Retrieve debug log and write into file 'debug_log_xxxxxxxxxxxx.bin',
      where xxxxxxxxxxxx is the serial number of the drive. This
      option is currently only supported on Intrepid and ZD6x00
      drives.
 --serase [--crypto]
      Secure erase the requested devices(s). Add --crypto
      to perform a crypto erase if supported by the device.
 --smart
      Print SMART data for the requested devices(s).
 --log[=<logname>]
      Enable logging to file; <logname> will be used as the filename if
      specified
 --force
      Force the requested operation and never ask for confirmation. Some
      operations may DESTROY the data on the specified device(s).
 --loc <location>
      Get firmware/BIOS from <location> on the webserver.
 --pkg <package>
      Get firmware/BIOS files from package file <package>.
 --raw <binaryfile>
      Get firmware/BIOS files from <binaryfile>.
 --serial <serial>
      Specify device by a single serial number rather than a path.
 --nsformat <LBA format> --ns <namespace id> [--serase [--crypto]] [--pi <n>] 
      For NVMe devices, format a specified namespaces to the specified LBA
      format. Add the serase or crypto parameter to perform a secure erase
      or crypto erase during the format. For LBA formats that support metadata,
      add the pi flag to indicate the type of protection information that
      should be used. Types are 1, 2 or 3, with 0 indicating none (default)
 --set-power-state <num>
      Set an NVMe device to the specified power state.
 --nscreate <LBA format> --blocks <blocks> [--pi <n>]  [--shared] [--no-attach]
      For NVMe devices, create a namespace of a specified block size and
      LBA format, displaying the created namespace id. The namespace will be
      created private to this controller unless the shared flag is added.
      This namespace will automatically be attached unless the noattach parameter
      is added. For LBA formats that support metadata, add the pi flag to
      indicate the type of protection information that should be used.
      Types are 1, 2 or 3, with 0 indicating none (default)
 --nsdelete
      For NVMe devices, delete all namespaces, detaching first if required
 --nsattach <namespace id>
      For NVMe devices, attach to the specified namespace
 --nsdetach <namespace id>
      For NVMe devices, detach from the specified namespace
 --controller <id>
      For NVMe attach/detach, specify the controller id (defaults to this controller)
 --version
      Display the version of this tool.

device can be: 
 - logical drive names, device names or physical drive numbers separated by spaces
      clout.exe --log --fwupd e: f:
      clout.exe --log --fwupd 1 2
      clout.exe --log --fwupd \\.\PhysicalDrive1 \\.\PhysicalDrive2
      clout.exe --log --fwupd \\.\Scsi11: \\.\Scsi12:

 - range of logical drive names or physical drive numbers
      clout.exe --log --fwupd [d-g]
      clout.exe --log --fwupd [1-4]

Use of this software constitutes acceptance of the license agreement in EULA.rtf.
